home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW dmake 4.0 / dbug / malloc / makefile < prev    next >
Encoding:
Makefile  |  1995-06-01  |  1.3 KB  |  17 lines  |  [TEXT/MPS ]

  1.  /bin/ranlib $(LIB); else exit 0; fi
  2.     -if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(LIB); else exit 0; fi
  3.  
  4. testmlc:    $(LIB) testmlc.o
  5.     $(CC) -o $@ testmlc.o $(LIB)
  6.  
  7. testmem:    $(LIB) testmem.o
  8.     $(CC) -o $@ testmem.o $(LIB)
  9.  
  10. lint:    
  11.     $(LINT) $(CFLAGS) $(SRCS) testmlc.c testmem.c
  12.  
  13.  
  14. $(OBJS):    malloc.h
  15.  
  16. tostring.o malloc.o dump.o:    tostring.h
  17.